home *** CD-ROM | disk | FTP | other *** search
- # CVS $Id: decor.tcl,v 1.3 1995/02/03 16:54:28 zibi Exp $
- #
- # This verifies a bug caused by decorations not be
- # check correctly in setvalues.
- #
- # You should see all the decorations in the dialog.
-
-
- set app [VtOpen test]
-
- set dlog [VtFormDialog $app.form -wmDecoration {ALL} ]
-
- VtLabel $dlog.label -label "You should see all the decorations in the dialog"
-
- VtSetValues $dlog -title "My Dialog"
-
- VtShow $dlog
-
- VtMainLoop
-